home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import javax.swing.event.ListSelectionEvent;
- import javax.swing.event.ListSelectionListener;
-
- class AdvancedPane$9 implements ListSelectionListener {
- // $FF: synthetic field
- final AdvancedPane this$0;
-
- public void valueChanged(ListSelectionEvent var1) {
- if (!var1.getValueIsAdjusting()) {
- this.this$0.tableLastSelected = this.this$0.dtTable;
- this.this$0.declarationFocused(this.this$0.dtTable.getSelectedDataType());
- }
- }
-
- AdvancedPane$9(AdvancedPane var1) {
- this.this$0 = var1;
- }
- }
-